/*all*/

a {
  color: #e85042;
}

.btn-outline.btn-primary {
  color: $first_color$;
  background-color: transparent;
  border-color: $first_color$
}

.btn-primary {
  border-color: $first_color$;
  background-color: $first_color$
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.btn-outline.btn-primary.dropdown-toggle {
  border-color: $first_color$;
  background-color: $first_color$
}

.modal-primary .modal-header {
  background-color: $first_color$
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: $first_color$
}

@media (min-width:992px) {
  .container {
    width: 90%;
  }
}

.met-index-body {
  padding: 50px 0;
}

.met-index-body h2 {
  position: relative;
}

.met-index-body h2:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: $first_color$;
}

.met-index-body h2 {
  font-size: 30px;
  color: #333;
}

.met-index-body p.desc {
  font-size: 16px;
  color: #666;
}

@media (max-width:991px) {
  .met-index-body {
    padding: 40px 0px;
  }
}

@media (max-width:767px) {
  .met-index-body h2 {
    font-size: 24px;
  }

  .met-index-body {
    padding: 30px 0px;
  }
}


/*头部*/

body.met-navfixed {
  padding-top: 60px
}

.met-logo {
  height: 60px
}

.met-logo img {
  max-height: 50px
}

.met-nav {
  min-height: 60px;
  margin-bottom: 0;
  box-shadow: none
}

.met-nav [class*=animation-] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.met-nav .met-head-user {
  margin-left: 15px;
  line-height: initial
}

.met-nav .no-login {
  height: 60px
}

.met-nav.navbar-shadow {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .7s;
  animation-duration: .7s
}

.met-nav.navbar-fixed-top .navbar-right {
  margin-right: 0
}

.met-nav .navbar-logo {
  height: 60px;
  margin: 0;
  margin-left: 0;
  padding: 0;
  display: block
}

.met-nav .navbar-logo img {
  max-height: 50px
}

.met-nav .nav-item .nav-link {
  color: #666;
  position: relative;
  z-index: 2;
  font-size: 15px;
}

.met-nav .dropdown.open>a,
.met-nav .nav li>a.active {
  color: #fff !important;
  background-color: transparent;
}

.met-nav .navbar-nav>.open>.nav-link,
.met-nav .navbar-nav>.open>.nav-link:hover,
.met-nav .navbar-nav .nav-link.active:hover,
.met-nav .navbar-nav .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.met-nav .nav-item {
  position: relative;
}

.met-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.met-nav .nav-item:hover .nav-link:after,
.met-nav .nav-item .nav-link.active::after {
  opacity: 1;
  top: 50%;
  margin-top: -15px;
}

.met-nav .nav-item:hover .nav-link,
.met-nav .navlist .nav-item a.nav-link:hover {
  color: #fff;
}

.met-nav .nav-item .nav-link i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-left: 5px
}

.met-nav .nav-item .nav-link:hover i,
.met-nav .dropdown.open>a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .dropdown-item {
  line-height: initial
}

.met-nav #met-head-user-collapse .btn-primary {
  color: $first_color$;
  background-color: transparent;
  border-color: $first_color$;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-primary:hover {
  color: #fff;
  background-color: $first_color$;
  border-color: $first_color$
}

.met-nav #met-head-user-collapse .btn-success {
  color: #666;
  background-color: transparent;
  border-color: #666;
  padding: 4px 10px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-success:hover {
  color: #fff;
  background-color: #666;
  border-color: #666
}

.met-nav .dropdown-item {
  color: #666
}

.met-nav .overflow-visible {
  overflow: visible !important
}

.met-nav .navlist-2 {
  transform: translateY(-10%)
}

.met-nav .navbar-toggler {
  height: 60px;
  line-height: 60px
}

.met-nav .nav>li>a {
  color: $first_color$
}

.met-nav .nav>li>a i {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.met-nav .nav li .link.active:after {
  content: '';
  width: 100%;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .nav>li>.link:after {
  content: '';
  width: 0;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .nav>li>.link:hover:after {
  content: '';
  width: 100%;
  background-color: $first_color$;
  left: 0;
  position: absolute;
  top: 0;
  height: 2px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1);
  z-index: -1
}

.met-nav .met-nav-login {
  padding-top: 15px;
  text-align: center
}

.met-nav .dropdown-menu>li>a {
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.met-nav .dropdown-menu>li>a:hover {
  background: #f2f2f2 none repeat scroll 0 0;
  text-indent: 5px;
  -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
  transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

@media (min-width:768px) {
  .navbar-nav>.nav-item {
    padding: 0px
  }

  .met-nav .nav>li>a {
    padding: 0;
    height: 60px;
    line-height: 60px
  }

  .met-nav .dropdown-menu {
    top: 48px;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
  }

  .met-nav .dropdown-menu .dropdown-submenu>a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu>a i {
    position: absolute;
    right: 10px
  }

  .met-nav .dropdown-menu.bullet {
    top: 60px
  }

  .met-nav .met-nav-login {
    height: 60px;
    padding-top: 0;
    margin-left: 10px
  }

  .navbar-nav .nav-item .nav-link {
    line-height: 18px
  }

  .met-nav .mblogo {
    display: none;
  }
}

@media (max-width:991px) {
  .met-nav .navbar-logo img {
    max-height: 30px
  }

  .met-nav .nav>li>a>i {
    float: right
  }

  .met-nav .dropdown-menu .dropdown-submenu>a:after {
    display: none
  }

  .met-nav .dropdown-menu .dropdown-submenu>a>i {
    float: right
  }
}

@media (max-width:767px) {
  .met-nav-btn:after {
    display: table;
    clear: both;
    content: '';
  }

  .met-nav .nav>li {
    margin-left: 0 !important
  }

  .met-nav .nav>li>a {
    padding: 10px 15px;
    line-height: 25px
  }

  .met-nav .nav li .link.active:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .nav>li>.link:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .nav>li>.link:hover:after {
    height: 1px;
    bottom: 0;
    top: auto;
    left: 15px
  }

  .met-nav .dropdown-menu>li>.dropdown-menu>li>a {
    padding-left: 40px
  }

  .met-nav .dropdown-menu.bullet:before,
  .met-nav .dropdown-menu.bullet:after {
    display: none
  }

  .met-nav .navbar-collapse.in {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2)
  }

  .met-nav .navbar-logo {
    float: none;
    max-width: 90px;
    margin: 0 auto
  }

  .met-nav .navbar-collapse {
    width: 100%
  }

  .met-nav .navlist {
    margin-left: 0;
    margin-right: 0
  }

  .met-nav .met-head-user {
    width: 100%;
    margin: 0;
    text-align: center
  }

  .met-nav .pclogo {
    display: none;
  }
}

.navbar-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}


/*banner*/

.met-banner .carousel-inner.met-banner-mh {
  background: #ddd;
  min-height: 300px
}

.met-banner .carousel-control.right .icon {
  border-radius: 50%
}

.met-banner .carousel-control.left .icon {
  border-radius: 50%
}

@media (max-width:767px) {
  .met-banner .carousel-inner {
    min-height: auto
  }
}

@media (max-width:488px) {
  .met-banner .carousel-inner.met-banner-mh {
    min-height: 100px
  }
}

.met-banner .met-banner-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10
}

.met-banner .met-banner-text .container {
  height: 100%;
  width: 85%;
}

.met-banner .met-banner-text .container .met-banner-text-con {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center
}

.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
  max-width: 50%;
  text-align: left;
  float: left
}

.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
  max-width: 50%;
  text-align: right;
  float: right
}

.met-banner .met-banner-text .container .met-banner-text-con.p-2>div {
  vertical-align: top;
  padding-top: 5%;
}

.met-banner .met-banner-text .container .met-banner-text-con.p-3>div {
  vertical-align: bottom;
  padding-bottom: 5%;
}

.met-banner .met-banner-text .container .met-banner-text-con>div {
  display: table-cell;
  vertical-align: middle
}

.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
  margin: 0;
  font-size: 50px;
  font-weight: 300
}

.met-banner .met-banner-text .container .met-banner-text-con>div p {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: none
}

.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
  position: relative;
  z-index: 14;
  margin-top: 30px;
  font-size: 20px;
  margin-left: $btn_margin$px;
  margin-right: $btn_margin$px;
}

.met-banner .btn-outline.btn-default {
  background: none !important;
  border-color: $first_color$ !important;
  color: $first_color$ !important;
  border-radius: 5px 0
}

.met-banner .btn-outline.btn-default:hover {
  background: $first_color$ !important;
  color: #fff !important
}

.met-banner .carousel-indicators li:after {
  background: $first_color$
}

.met-banner a.all-imgmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
}

.met-banner-ny {
  background-color: $page_top_bgcolor$;
  height: 120px;
  text-align: center
}

.met-banner-ny h2,
.met-banner-ny h3 {
  color: $bannersub_color$;
  font-size: 35px;
  font-weight: 300;
  padding: 10px 30px;
  margin: 0px;
  text-shadow: none
}

.met-banner .carousel-control {
  width: 10%;
  z-index: 10;
  display: block;
}

.met-banner:hover .carousel-control {
  display: block;
  opacity: .5;
}

@media screen and (min-width:768px) {
  .met-banner a.mobile {
    display: none;
  }

  .met-banner .mobile_img {
    display: none !important;
  }

  .met-banner .mobile-content {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .met-banner a.pc {
    display: none;
  }

  .met-banner .pc_img {
    display: none !important;
  }

  .met-banner .pc-content {
    display: none !important;
  }

  .met-banner .met-banner-text .container .met-banner-text-con.p-0 {
    max-width: 90%;
  }

  .met-banner .met-banner-text .container .met-banner-text-con.p-1 {
    max-width: 90%;
  }
}

@media (max-width:400px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 16px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 12px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    padding: 5px 10px
  }
}

.met-banner .carousel-control .icon {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 100%;
  background: #fff;
  font: 40px/50px '宋体';
  text-align: center;
  color: $first_color$
}

@media (max-width:767px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 30px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 16px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    font-size: 16px
  }

  .met-banner .carousel-control .icon {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font: 30px/40px '宋体'
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    margin-left: $mbtn_margin$px;
    margin-right: $mbtn_margin$px;
  }

  .met-banner-ny {
    height: 90px
  }
}

@media (max-width:488px) {
  .met-banner .met-banner-text .container .met-banner-text-con>div h3 {
    font-size: 20px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div p {
    font-size: 14px;
    margin-top: 10px
  }

  .met-banner .met-banner-text .container .met-banner-text-con>div .btn {
    margin-top: 10px;
    font-size: 12px
  }

  .met-banner .carousel-control .icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font: 20px/30px '宋体'
  }
}


/* 首页产品区块 */

.met-index-product .index-product-list li {
  padding: 15px;
  margin-bottom: 0px;
}

.met-index-product .index-product-list li .card-shadow {
  border-bottom-width: 3px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}

.met-index-product .index-product-list h4 {
  font-size: 18px;
  color: #333;
}

.met-index-product .index-product-list p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  display: block;
}

.met-index-product .index-product-list li a.txt-info {
  padding: 10px;
}

.met-index-product .index-product-list li,
.met-index-product .index-product-list li a,
.met-index-product .index-product-list li .card-shadow {
  transition: color 300ms ease 0ms, font-size 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, padding 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, color 300ms ease 0ms;
}

.met-index-product .index-product-list li:hover .card-shadow {
  border-bottom-color: $first_color$;
  border-bottom-width: 3px;
}

.met-index-product .index-product-list li:hover h4 {
  color: $first_color$;
}

.met-index-product .index-product-list .card {
  border-radius: 0px;
}

.met-index-product .index-product-list {
  margin-top: 40px;
}

.met-index-product .index-product-list .card {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
}

@media (max-width:767px) {
  .met-index-product .index-product-list {
    margin: 0 -5px;
    margin-top: 20px;
  }

  .met-index-product .index-product-list li {
    padding: 5px;
  }
}


/*首页新闻区块*/

.met-index-news .list-group li {
  padding: 20px 15px;
  margin-bottom: 0px;
}

.met-index-news .list-group li .media {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
  padding: 0px;
  transition: color 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, background-color 300ms ease 0ms;
}

.met-index-news .list-group .media .media-heading {
  font-size: 18px;
  margin-top: 15px;
}

.met-index-news .list-group .media .media-left {
  padding: 0px;
}

.met-index-news .list-group .media .media-body {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 9px;
}

.met-index-news .media-lg .media-object {
  width: 200px;
  height: 100%;
  object-fit: cover;
}

@media (min-width:1024px) {
  .met-index-news .list-group li .media:hover {
    margin-right: 10px !important;
    margin-left: -10px !important;
    color: $first_color$;
  }
}

@media (max-width:1600px) {
  .met-index-news .media-lg .media-object {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width:992px) {
  .met-index-news .list-group {
    margin: 0px;
  }
}

@media (max-width:767px) {
  .met-index-news .list-group {
    margin-top: 20px;
  }
}

@media (max-width:479px) {
  .met-index-news .media-lg .media-object {
    width: 100%;
    height: auto;
  }

  .met-index-news .list-group li {
    padding: 5px .9375rem;
  }
}


/*图片区块*/

.met-index-case .met-index-list {
  margin-top: 40px;
}

.met-index-case .case-list {
  padding: 10px;
  text-align: center;
}

.met-foot-info .foot-nav a {
  color: #333
}

.met-foot-info .foot-nav a:hover {
  color: $first_color$
}

@media (max-width:767px) {
  .met-index-case .met-index-list {
    margin-top: 20px;
  }
}


/*底部版权信息*/

.met-foot-info {
  color: #aaa;
  height: auto;
  line-height: 1.8;
}

.met-foot-info p {
  margin-bottom: 0px
}

.met-foot-info a {
  color: #e85042;
}


/*多语言*/

.met-langlist .met-lang-other {
  font-size: 15px;
  color: #2a333c;
}

.met-langlist img {
  margin-right: 2px;
  position: relative;
  top: -1px
}

@media (max-width:767px) {
  #met-langlist-modal .modal-center {
    height: auto !important
  }
}

#met-langlist-modal .modal-content {
  border-radius: 0px
}

#met-langlist-modal .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative
}

#met-langlist-modal .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px
}

#met-langlist-modal .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  color: #2a333c;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px
}

#met-langlist-modal .modal-content a.btn:hover {
  color: #aaa
}

#met-langlist-modal .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px
}


/*位置*/

.met-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px
}

.met-crumbs .border-bottom {
  border-bottom: 1px solid #eee
}

.met-crumbs .subcolumn-crumbs {
  color: #666;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.home_icon {
  width: 70px;
  height: 100%;
  background-color: #e85042;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a {
  color: #666;
  text-decoration: none
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a:hover {
  color: #e85042;
}


/*子栏目*/

.met-column-nav ul {
  list-style: none;
  margin: 0;
  z-index: 51;
  padding: 10px 0px;
}

.met-column-nav ul li {
  padding: 0 15px;
  font-size: 16px;
  display: inline-block;
}

.met-column-nav ul li a:hover,
.met-column-nav ul li a.active {
  color: #e85042;
}

.met-column-nav ul li a {
  color: #666;
  text-decoration: none
}

.met-column-nav ul li:first-child {
  padding-left: 0
}

.met-column-nav .met-col-search {
  padding: 10px 0px;
}

.met-column-nav .form-group {
  margin-bottom: 0px;
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
}

.swiper-navtab .swiper-slide {
  width: auto
}

.overflow-visible {
  overflow: visible !important
}

@media (max-width:767px) {
  .met-column-nav {
    width: 96%;
    margin: 0 auto
  }
}


/*简介模块*/

.met-show-body {
  background: #f2f2f2;
  padding: 30px 0;
}

.met-show {
  min-height: 450px;
  padding: 30px 0px;
  background: #fff
}

.met-editor {
  padding: 30px;
  line-height: 1.8;
  word-wrap: break-word;
  width: 100%;
}

@media (max-width:767px) {
  .met-show {
    padding: 10px 0
  }

  .met-editor {
    padding: 15px
  }
}


/*反馈模块*/

.met-feedback {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-feedback .container {
  max-width: 800px
}

.met-feedback .met-feedback-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-feedback {
    padding: 10px
  }

  .met-feedback .met-feedback-body {
    padding: 10px
  }
}


/*留言模块*/

.met-message {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-message .media-body {
  width: calc(100% - 46px)
}

.met-message .col-md-6 {
  float: none;
  margin: auto
}

.met-message .met-message-body {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-message {
    padding: 0px
  }

  .met-message .met-message-body {
    padding: 10px
  }
}

.met-message .met-message-body .media-left {
  padding-right: 0px
}

.met-message .met-message-body .media-left i {
  font-size: 36px;
  color: #aaa
}

.met-message .met-message-body .media-body p {
  font-size: 14px;
  color: #5e7387
}

.met-message .met-message-submit {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
  .met-message .met-message-submit {
    padding: 10px;
    padding-bottom: 20px
  }
}

@media (min-width:992px) {
  .met-message .met-message-submit {
    margin-left: 30px
  }
}


/*分页*/

.met_pager {
  margin-top: 20px;
  text-align: center;
  display: table;
  margin: auto;
}

.met_pager * {
  display: inline-block;
  float: left;
  line-height: 30px;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s
}

.met_pager a {
  width: auto;
  padding: 9px 15px;
  color: #5e7387;
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  text-decoration: none;
  background: #fff
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
  text-decoration: none
}

.met_pager a:not(.Ahover) {
  color: #2a333c
}

.met_pager a:not(.Ahover):hover {
  color: $first_color$
}

.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover {
  background: #fff
}

.met_pager a.Ahover {
  background: $first_color$;
  border: 1px solid $first_color$;
  color: #fff;
  cursor: default
}

.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA {
  width: auto;
  padding: 9px 15px;
  border: 1px solid #eee;
  background: #fff;
  color: #999
}

.met_pager .PreSpan,
.met_pager .NextSpan {
  cursor: default
}

.met_pager .firstPage,
.met_pager .lastPage {
  min-width: 40px
}

.met_pager .PageText {
  margin-left: 10px;
  color: #aaa;
  display: none
}

.met_pager input {
  display: none
}


/*新闻列表页*/


/*文章模块*/





.met-news {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-news .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.met-news .met-news-list {
  background: #fff;
  padding: 30px
}

.met-news .met-news-list h4 {
  margin: 0px
}

.met-news .met-news-list ul {
  padding: 0px;
  list-style: none
}

.met-news .met-news-list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  height: 155px;
  display: flex;
}

.media-left {
  width: 20%;
}

.media-body {
  width: 80%;
}

.media-lg .media-object {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.met-news .met-news-list ul li h4 {
  font-weight: 300;
  font-size: 21px;
}

.met-news .met-news-list ul li h4 span {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.met-news .met-news-list ul li h4 a {
  color: #2a333c;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s
}

.met-news .met-news-list ul li h4 a:hover {
  color: $first_color$
}

.met-news .met-news-list ul li h4 a:active,
.met-news .met-news-list ul li h4 a:focus,
.met-news .met-news-list ul li h4 a:hover {
  text-decoration: none
}

.met-news .met-news-list ul li p {
  margin-bottom: 0px
}

.met-news .met-news-list ul li p.des {
  color: #76838f;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.met-news .met-news-list ul li p.info {
  color: #a3afb7;
  font-size: 16px;
  font-weight: 300
}

.met-news .met-news-list ul li p.info i {
  color: $first_color$
}

@media (max-width:767px) {
  .met-news {
    padding: 0px
  }

  .met-news .met-news-list {
    padding: 10px;
    padding-top: 20px
  }

  .met-news .met-news-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  .met-news .met-news-list ul li h4 {
    font-size: 14px;
  }

  .met-news .met-news-list ul li.media .media-left {
    padding-right: 10px;
    display: table-cell
  }

  .met-news .met-news-list ul li.media p.des {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 35px;
    margin: 10px 0;
    -webkit-box-orient: vertical;
  }

  .met-news .met-news-list ul li.media.media-lg .media-object {
    width: 100px
  }
}


/*社会化分享按钮*/

.met_tools_code {
  text-align: center;
  margin-top: 30px;
  font-size: 0px
}

.met_tools_code .bdsharebuttonbox {
  display: inline
}

.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block
}

@media (max-width:767px) {
  .met_tools_code {
    margin-top: 10px
  }
}


/*侧栏*/

.met-bar {
  background: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  padding: 20px 15px;
  width: 100%;
}

.met-bar .sidebar-news-list h3 {
  color: #e85042;
  font-size: 20px
}

.met-bar .sidebar-news-list .list-group li a {
  color: #666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%
}

.met-bar .column h3 {
  font-size: 20px;
  color: #e85042;
  margin-top: 0px;
}

.met-bar .list-icons>li a {
  color: #666;
  text-decoration: none;
}

.met-bar .list-icons>li a.active {
  color: #1baadb;
}

.met-bar .list-icons>li.met-bar-son {
  position: relative;
  padding-left: 20px;
}

.met-bar .list-icons>li a:hover {
  color: $first_color$
}

.met-bar .list-icons>li i {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width:767px) {
  .met-bar {
    margin-left: 0;
  }
}


/*上下翻页*/

.met-page .pagination {
  border-top: 1px solid #f7f7f7
}

.page-link {
  border-radius: 24px !important
}


/* 文章模块详情页 */

.met-shownews {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2
}

.met-shownews .met-news-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-shownews .met-shownews-body {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-shownews .met-shownews-content {
  padding-top: 30px
}

.met-shownews .details-title,
.met-shownews-footer {
  padding: 30px;
  background: #fff
}

.met-shownews-footer {
  padding-top: 0;
}

.met-shownews .details-title {
  padding-bottom: 0
}

.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
  background: #fff;
  padding: 30px
}

.met-shownews .met-shownews-header {
  padding-bottom: 0px
}

.met-shownews h1,
.met-showimg h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300
}

.met-shownews .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7
}

.met-shownews .info span {
  padding-right: 10px
}

.met-shownews .met-shownews-footer {
  padding-top: 0px
}

.met-shownews .met-shownews-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px
}

@media (max-width:767px) {
  .met-shownews {
    padding: 0px
  }

  .met-shownews h1 {
    font-size: 24px
  }

  .met-shownews .met-shownews-header,
  .met-shownews .met-shownews-footer {
    padding: 10px
  }

  .met-shownews .met-shownews-header {
    padding-top: 20px
  }

  .met-shownews .met-shownews-content {
    padding: 15px 0
  }

  .met-shownews .info {
    padding-bottom: 20px
  }
}


/*社会化分享按钮*/

.met_tools_code {
  margin-top: 30px;
  text-align: center;
  font-size: 0px
}

@media (max-width:767px) {
  .met_tools_code {
    margin-top: 10px
  }

  .met-news .met-news-list ul li h4 span {
    font-size: 14px;
  }

  .met-news .met-news-list ul li.media p.des {
    display: none;
  }
  .met-news .met-news-list ul li{
    height: 100px;
  }
}

.met_tools_code .bdsharebuttonbox {
  display: inline
}

.met_tools_code .bdsharebuttonbox a {
  float: none;
  display: inline-block
}


/*产品列表页*/

.met-product-list {
  padding: 30px 0;
  background: #f2f2f2
}

.met-product-list ul.met-product {
  /* margin: 0 -10px 0 0; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}


.met-product-list ul li.shown {
  margin-right: 2%;
  width: 32%;
}

.met-product-list ul li.shown:nth-child(3n) {
  margin-right: 0;
}

.met-product-list .blocks>.block,
.met-product-list [class*=blocks-]>.block,
.met-product-list [class*=blocks-]>li {
  padding-left: 0;
  margin-bottom: 10px
}


/*产品详情页*/

.met-showproduct {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: rgb(255, 255, 255);
  padding: 30px 0px
}

.met-showproduct-head .product-para {
  margin: 0
}

.product-para>li {
  font-size: 0.3rem;
  width: 100%;
}

.product-hot {
  border-radius: 0
}

.nav-tabs-line .nav-link {
  padding: .2rem 1.429rem;
}

.met-showproduct.pagetype1 {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .less-page-content {
  background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
  background: #fff;
  padding: 30px 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
  border: 2px solid #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
  font-size: 28px;
  margin-top: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
  color: #5e7387;
  margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  padding-bottom: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
  margin: 15px 15px 0px
}

.met-showproduct.pagetype1 .met-showproduct-body {
  padding: 30px 0px
}

.met-showproduct-head .holder {
  display: flex;
}

.met-showproduct.pagetype1 .met-showproduct-body .panel {
  border-radius: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
  padding: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
  margin-bottom: 30px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
  margin: 0px auto;
  display: block;
  margin-bottom: 5px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
  margin: 0px auto
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
  color: #5e7387;
  text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
  color: #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
  color: #f96868;
  margin-bottom: 0px
}

.sidebar-piclist-ul li h4 a:hover,
.sidebar-piclist-ul li h4 a:hover span {
  color: $first_color$ !important;
}

@media (min-width:992px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 15px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot {
    margin-left: 45px
  }
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
  padding: 0px 15px
}

@media (min-width:768px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    padding: 0px 15px
  }
}

@media (max-width:991px) {
  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: both
  }
}

@media (max-width:767px) {
  .met-showproduct.pagetype1 .met-showproduct-body {
    padding: 15px 0px 0px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .panel-body {
    padding: 15px;
    margin-bottom: 15px !important
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
    margin-right: 0px
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
    margin-bottom: 15px;
    margin-top: -10px
  }
}

@media (max-width:488px) {
  .met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
    margin-top: 10px !important
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
    width: 50%
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
    clear: none
  }

  .met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
    clear: both
  }
}


/*下载模块*/

.met-download {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-download ul {
  padding: 0
}

.met-download .list-group {
  margin-bottom: 30px
}

.met-download .met-download-body {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.met-download .met-download-list {
  background: #fff;
  padding: 30px
}

.met-download .met-download-list .list-group-item {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
  background: transparent
}

.met-download .met-download-list .media-left {
  padding-right: 5px;
  padding-left: 10px
}

.met-download .met-download-list .media-left i {
  font-size: 38px;
  color: #a3afb7
}

.met-download .met-download-list h4.media-heading a {
  color: #2a333c;
  font-size: 16px
}

.met-download .met-download-list h4.media-heading a:hover {
  color: $first_color$
}

.met-download .met-download-list small {
  color: #76838f;
  font-size: 14px
}

.met-download .met-download-list a.btn {
  margin-right: 10px
}

@media (max-width:767px) {
  .met-download {
    padding: 0px
  }

  .met-download .met-download-list {
    padding: 10px
  }
}


/* 下载模块详情页 */

.met-showdownload {
  padding: 30px 0px;
  border-top: 1px solid #f7f7f7;
  background: #f2f2f2
}

.met-showdownload .met-showdownload-body {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.met-showdownload .met-showdownload-content {
  padding-top: 30px
}

.met-showdownload .details-title,
.met-showdownload .met-showdownload-footer {
  padding: 30px;
}

.met-showdownload .details-title {
  padding-bottom: 0
}

.met-showdownload .met-showdownload-header {
  padding-bottom: 0px
}

.met-showdownload h1 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300
}

.met-showdownload .info {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7
}

.met-showdownload .info span {
  padding-right: 10px
}

.met-showdownload .met-showdownload-footer {
  padding-top: 0px
}

.met-showdownload .met-showdownload-footer ul.pager {
  margin: 0px;
  border-top: 1px solid #f7f7f7;
  padding-top: 20px
}

.met-showdownload .download-paralist {
  padding: 30px;
  padding-bottom: 0px
}

.met-showdownload .met-editor {
  padding: 30px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 300;
  color: #222
}

.met-showdownload .paralist dl {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
  padding-bottom: 5px
}

.met-showdownload .paralist dl dd {
  color: #76838f;
  margin-bottom: 5px
}

.met-showdownload .paralist .met-showdownload-btn {
  margin-top: 20px
}

@media (min-width:768px) {
  .met-showdownload .paralist dl {
    padding-bottom: 25px
  }

  .met-showdownload .paralist dl dt {
    width: 100px;
    margin-bottom: 5px
  }

  .met-showdownload .paralist dl dd {
    margin-left: 120px;
    margin-bottom: 5px
  }
}

@media (max-width:767px) {
  .met-showdownload {
    padding: 0px
  }

  .met-showdownload .info {
    padding-bottom: 20px
  }

  .met-showdownload h1 {
    font-size: 24px
  }

  .met-showdownload .met-showdownload-header,
  .met-showdownload .met-showdownload-footer {
    padding: 10px
  }

  .met-showdownload .met-showdownload-header {
    padding-top: 20px
  }

  .met-showdownload .met-showdownload-content {
    padding: 15px 0
  }

  .met-showdownload .paralist {
    padding: 10px
  }
}


/*图片模块*/

.met-img {
  padding: 30px 0;
  background: #f2f2f2
}

.met-img-showbtn {
  width: 100%;
  padding: 0
}

.met-img .cover {
  overflow: hidden
}



.overlay-fade {
  opacity: 0
}

.cover-title {
  background: #393939;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
  transition: all 0.5s
}

.cover-title h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis
}

.cover-title h3 a {
  color: #fff
}

.cover-title p {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  color: #aaa;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis
}

.cover-title p a {
  color: #aaa
}

.cover-title p a:hover {
  text-decoration: underline
}

.met-img .widget:hover .cover-title {
  background: #e85042;
}


/* 图片切换列表 */

.met-showimg {
  padding: 30px 0;
  background: #f2f2f2
}

#met-imgs-slick .slick-prev:before,
#met-imgs-slick .slick-next:before {
  display: none
}

#met-imgs-slick .slick-arrow.slick-next {
  right: 0
}

#met-imgs-slick .slick-arrow.slick-prev {
  left: 0
}

#met-imgs-slick {
  min-height: 150px
}

#met-imgs-slick.slick-dotted {
  padding-bottom: 80px
}

#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {
  cursor: zoom-in
}

@media screen\0 {

  #met-imgs-slick.fngallery .slick-slide a,
  #met-imgs-slick.fngallery .slick-slide img {
    cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029), pointer
  }
}

#met-imgs-slick .slick-slide:first-child {
  display: block
}

#met-imgs-slick .slick-slide {
  width: 100%
}

#met-imgs-slick .slick-slide a {
  display: inline-block
}

#met-imgs-slick .slick-slide img {
  display: inline
}

#met-imgs-slick .slick-img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000
}

#met-imgs-slick .swiper-navtab {
  width: 100%;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: grab
}

#met-imgs-slick .slick-dots {
  bottom: 0;
  z-index: 2
}

#met-imgs-slick .slick-dots li {
  width: 60px;
  height: auto;
  margin: 0 0 0 10px;
  border: 2px solid #ddd;
  opacity: 0.7
}

#met-imgs-slick .slick-dots li:first-child {
  margin: 0
}

#met-imgs-slick .slick-dots li.slick-active {
  border-color: #4e97d9
}

#met-imgs-slick .slick-dots li img {
  width: 100%;
  object-fit: cover
}

#met-imgs-slick.slick-slider .slick-arrow {
  height: calc(100% - 80px)
}

#met-imgs-slick .slick-arrow {
  width: 15%;
  height: 100%;
  top: 0;
  transform: translate(0, 0)
}

#met-imgs-slick .slick-arrow.slick-prev {
  text-align: left
}

#met-imgs-slick .slick-arrow.slick-next {
  text-align: right
}

#met-imgs-slick .slick-arrow i {
  font-size: 50px;
  color: #999
}

@media (max-width:767px) {
  #met-imgs-slick.slick-slider .slick-arrow {
    height: calc(100% - 60px)
  }

  #met-imgs-slick.slick-dotted {
    padding-bottom: 60px
  }

  #met-imgs-slick .slick-dots li {
    width: 40px;
    margin-left: 5px;
    border-width: 1px
  }
}

.met-showimg-body {
  background: #ffff
}

.details-title {
  padding: 30px;
  background: #fff
}


/* 图片模块-内容详情 */

.met-showimg-con,
.img-paralist {
  margin-top: 30px;
  list-style: none
}

@media (max-width:991px) {

  .met-showimg-con,
  .img-paralist {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .met-img {
    padding: 0
  }

  .met-showimg-con,
  .img-paralist {
    margin-top: 15px
  }
}


/*招聘模块*/

.met-job {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-job .widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.met-job .widget .widget-body:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.met-job .widget .widget-title a {
  color: #2a333c
}

.met-job .widget .widget-title a:hover {
  color: #32a4fc
}

.met-job .widget .widget-metas span {
  margin-right: 10px
}

.met-job .widget .met-editor {
  padding: 0px 20px
}

#met-job-cv .modal-header {
  border-radius: 0px
}

.met-form .form-group .control-label {
  font-weight: normal
}

.met-job .card {
  padding: 30px 25px
}

@media (max-width:767px) {
  .met-job {
    padding: 10px
  }

  .met-job .widget {
    margin: 15px 10px
  }

  .met-job .widget .widget-body {
    padding: 15px 10px
  }

  .met-job .widget .met-editor {
    padding: 0px
  }

  .met-job .widget hr {
    margin-top: 15px;
    margin-bottom: 15px
  }

  #met-job-cv .modal-body {
    padding: 15px
  }

  .met-job .card {
    padding: 15px 10px
  }

  .card {
    margin-bottom: 10px
  }
}


/*友情链接*/

.met-link .breadcrumb-item {
  float: none;
  display: inline-block
}

.met-link .breadcrumb-item a {
  color: #666
}

.met-link .breadcrumb-item:nth-child(1) {
  color: $first_color$
}


/* 搜索模块 */

.met-search {
  padding: 30px 0px;
  border-top: 1px solid #f5f5f5;
  background: #f2f2f2
}

.met-search .met-search-body {
  min-height: 500px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-search-body em {
  color: #ff0000
}

.met-search .met-search-body .page-search-form {
  margin-bottom: 10px
}

.met-search .met-search-body .met_pager {
  margin-top: 30px;
  text-align: left
}

.met-search .met-search-body .page-search-title {
  font-size: 26px
}

.met-search .met-search-body .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px
}

.met-search .met-search-body .list-group-item p {
  color: #76838f
}

.met-search .met-search-body .list-group-item>h4 {
  margin-bottom: 5px
}

.met-search .met-search-body .list-group-item>h4 a {
  text-decoration: none;
  color: #526069
}

.met-search .met-search-body .list-group-item>h4 a:hover {
  text-decoration: none;
  color: #37474f
}

.met-search .met-search-body .list-group-item>p:last-child {
  margin-bottom: 0
}

.met-search .met-search-body select {
  margin: 5px 0px;
}

.met-search .met-search-body [data-plugin] select {
  margin-right: 0px !important;
}

.met-search .met-search-body [data-plugin] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {
  .met-search {
    padding: 0px
  }

  .met-search .met-search-body {
    padding: 20px 10px
  }

  .met-search .met-search-body {
    padding: 10px
  }
}


/* 网站地图 */

.met-sitemap {
  padding: 30px 0px;
  background: #f2f2f2
}

.met-sitemap .met-sitemap-body {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.sitemap-list {
  padding: 0;
  margin: 0px;
  list-style-type: none
}

.sitemap-list a {
  color: #76838f
}

.sitemap-list>li {
  margin-bottom: 25px
}

.sitemap-list>li:last-child {
  margin-bottom: 0px
}

.sitemap-list>li.is-single {
  margin-bottom: 10px
}

.sitemap-list>li>a {
  display: block;
  padding: 14px 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px
}

.sitemap-list>li>ul {
  position: relative;
  padding: 10px 10px 20px 40px;
  margin: 0;
  list-style-type: none
}

.sitemap-list>li>ul a:hover {
  color: #62a8ea
}

.sitemap-list>li>ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec
}

.sitemap-list>li>ul>li>a {
  position: relative;
  display: block;
  min-width: 220px;
  padding: 10px;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #e4eaec
}

.sitemap-list>li>ul>li>a::after,
.sitemap-list>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  content: " ";
  background: #e4eaec
}

.sitemap-list>li>ul>li>a::before {
  left: -20px;
  width: 20px;
  height: 1px;
  margin-top: -1px
}

.sitemap-list>li>ul>li>a::after {
  left: -23px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.sitemap-list-sub {
  position: relative;
  padding: 5px 0 9px 40px;
  margin-top: -5px;
  list-style-type: none
}

.sitemap-list-sub::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  content: " ";
  background: #e4eaec
}

.sitemap-list-sub>li {
  position: relative;
  line-height: 30px
}

.sitemap-list-sub>li::after,
.sitemap-list-sub>li::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: " ";
  background: #e4eaec
}

.sitemap-list-sub>li::before {
  width: 15px;
  height: 1px;
  margin-top: -1px
}

.sitemap-list-sub>li::after {
  width: 5px;
  height: 5px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

@media (max-width:767px) {
  .met-sitemap {
    padding: 0px
  }

  .met-sitemap .met-sitemap-body {
    padding: 10px
  }
}

@media (max-width:479px) {
  .sitemap-list {
    padding-left: 40px;
    list-style-type: disc
  }

  .sitemap-list .icon {
    display: none
  }

  .sitemap-list>li:first-child {
    margin-bottom: 20px;
    margin-left: -16px;
    list-style-type: none
  }

  .sitemap-list>li>a {
    display: inline;
    padding: 10px;
    border: none
  }

  .sitemap-list>li>a i {
    display: none
  }

  .sitemap-list>li>ul {
    padding: 5px 0 5px 26px;
    list-style-type: circle
  }

  .sitemap-list>li>ul::before {
    display: none
  }

  .sitemap-list>li>ul>li>a {
    display: inline;
    padding: 10px 0;
    border: none
  }

  .sitemap-list>li>ul>li>a::after,
  .sitemap-list>li>ul>li>a::before {
    display: none
  }

  .sitemap-list-sub {
    padding: 5px 0 5px 20px;
    list-style-type: square
  }

  .sitemap-list-sub::before {
    display: none
  }

  .sitemap-list-sub>li {
    line-height: normal
  }

  .sitemap-list-sub>li::after,
  .sitemap-list-sub>li::before {
    display: none
  }
}


/*多语言*/

.met-langlist {
  display: inline-block
}

.met-langlist span {
  font-size: 14px;
  cursor: pointer
}

#btn-convert {
  margin-top: 6px
}

.metlang #btn-convert {
  margin-top: 0px;
  cursor: pointer;
  display: inline-block
}

.met-head-user {
  font-size: 0
}

.met_navbtn {
  color: #666
}

.met-head-user li a {
  padding: 0 5px;
  font-size: 14px
}

.met-head-user li a+a {
  border-left: 1px solid #ccc
}

.met-nav #met-head-user-collapse a {
  color: #666
}

.border-left1 {
  border-left: 1px solid #ccc;
  padding: 0 5px;
  cursor: pointer
}

@media (min-width:768px) {
  .met-nav #met-head-user-collapse a.navbar-avatar {
    height: 60px;
    line-height: 60px;
    display: block
  }

  .metlang {
    height: 60px;
    line-height: 60px
  }

  .metlang a {
    line-height: normal;
  }
}

@media (max-width:767px) {

  .met-head-user .dropdown>a,
  .metlang .met_navbtn {
    line-height: 40px;
    height: 40px;
    display: block
  }

  .metlang {
    margin: 0 !important
  }

  .met-langlist {
    padding-left: 15px;
  }

  /*.met-langlist .dropdown-menu{position: initial;box-shadow: none;border: none;}*/
}


/*排序*/

.order {
  padding: 0;
  float: right;
  margin-bottom: 10px !important
}

.order li {
  display: inline-block;
  padding: 0 5px
}

.order li a {
  color: #666
}

.order li a:hover {
  color: $first_color$
}


/*上下页*/

.column.list-icons {
  padding: 0
}


/*tag*/

.detail_tag {
  padding: 0 30px 30px;
  background: #fff
}

.detail_tag span {
  font-size: 14px
}

.detail_tag a {
  color: #333;
  padding: 0 5px
}

.detail_tag a:hover {
  color: $first_color$
}


/*404*/

.page404 {
  background: #f5f5f5
}

.box404 {
  display: table;
  min-height: 500px
}

.size404 {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  color: #333
}

@media (max-width:767px) {
  .box404 {
    min-height: 250px
  }

  .size404 {
    font-size: 25px
  }
}


/*搜索*/

.type-order {
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4
}

.type-order>div {
  background: #e5e5e5;
  border-bottom: 1px solid #ededed
}

.type-order ul {
  background: #fafafa
}

.type-order ul {
  padding: 0;
  margin: 0
}

.type-order ul li {
  height: 40px;
  line-height: 40px
}

.type-order .attr-name {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden
}

.type-order .attr-value a {
  color: #333
}

.type-order .attr-value a:hover,
.type-order .attr-value.para_select_option a {
  color: $first_color$
}

.order li a {
  background: #fff
}


/*TAG聚合*/

.met-relevant ul {
  background: #fff;
  margin: 0px;
  padding-top: 10px;
  margin-top: 2px;
}

.met-relevant ul li {
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.met-relevant ul li h4 a {
  color: #333;
  font-size: 14px;
}

.tag-border {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  padding: 10px;
  margin-bottom: 20px;
}

.tag-border .detail_tag {
  padding: 0px;
}


/*底部菜单*/

.met-menu-list {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.met-menu-list a.item {
  padding: 5px 0;
  display: inline-block;
}

.met-menu-list a.item i {
  font-size: 16px;
  display: block;
}

.met-menu-list {
  display: none;
}

.met-menu-list.iskeshi {
  display: block;
}

.met-menu-list .main {
  display: flex;
}

.met-menu-list .main>div {
  flex: 1;
}

@media (max-width:767px) {
  .met-menu-list {
    display: block;
  }
}

p {
  margin: 0;
}

.holder1 {
  width: 1330px;
  margin: 0 auto;
}

.holder {
  width: 1270px;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}


/* 头部优化文字 */

.nav-seo {
  border-bottom: 2px solid #e8e8e8;
}

.head-seo {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

@media (min-width:600px) {
  a {
    color: #e85042;
  }

  .met-img .widget {
    background: none;
    padding: 5px !important;
    width: 33.3%;
  }

  .row {
    margin: 0;
  }

  .col-md-3 {
    width: 20%;
    padding: 0;
  }

  /* 头部 */

  .head-nav {
    height: 180px;
    position: relative;
  }

  .nav-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    width: 228px;
  }

  .logo>img {
    width: 100%;
  }

  .nav-right {
    width: 1000px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .nav-right>span {
    width: 100%;
  }

  .nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px 0;
  }

  .nav-bottom>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .nav-bottom>ul>li {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .nav-bottom>ul>li:last-child {
    border: 0;
  }

  .nav-bottom a {
    color: #000;
    font-size: 15px;
  }

  .nav-bottom a:hover {
    color: #e85042;
  }

  .nav-text>p {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .nav-text>h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .nav-tel {
    width: 312px;
    height: 65px;
  }

  .nav-tel>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  /* 产品中心 */

  .met-index-row1 {
    padding: 50px 0;
  }

  .product_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .product_logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .product_logo>img {
    max-width: 100%;
  }

  .product_column {
    width: 100%;
  }

  .product_column>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .product_column>ul>li {
    width: 22%;
    margin-bottom: 20px;
    box-shadow: 0 0 9px 3px #e4e4e4;
  }

  .product-title {
    color: #666;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
  }

  .product-title1 {
    color: #666;
    font-size: 15px;
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
  }

  .product-title img {
    width: 25px;
    height: 25px;
  }

  .product_img {
    height: 234px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e0dfdf;
  }

  .product_img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  /* 优势 */

  .met-index-row2 {
    padding: 50px 0;
    background: url(/public/image/superiority-background.png);
  }

  .superiority_logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .superiority_logo>img {
    width: 100%;
  }

  .superiority_h4>span {
    display: block;
    width: 100%;
    height: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
  }

  .superiority-main>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .superiority_row {
    width: 100%;
    /* height: 267px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .superiority_content {
    width: 50%;
    height: 280px;
    padding: 37.5px 35px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 0;
  }

  .superiority_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .superiority_img>span {
    width: 314px;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .superiority_img>span>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }

  .superiority_img>span:hover>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .superiority_title {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 35px;
    padding: 0 18px;
  }

  .superiority_img1 {
    margin-right: 20px;
    height: 72px;
    width: 51.5px;
  }

  .superiority_img1>img {
    height: 100%;
  }

  .superiority_h4 {
    width: 100%;
    width: 480px;
  }

  .superiority_h4>h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    margin-bottom: 7px;
  }

  .substance {
    padding-left: 90px;
  }

  .superiority_substance {
    display: flex;
    flex-direction: row;
    /* margin-bottom: 24px; */
  }

  .superiority_substance:first-child {
    margin-bottom: 30px;
  }

  .superiority_icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }

  .superiority_icon>img {
    width: 100%;
  }


  /* 六道保护 */

  .protect_logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .protect_logo>img {
    width: 100%;
  }

  .met-index-row3 {
    padding: 50px 0;
  }

  .protect_main {
    position: relative;
    width: 100%;
    background: url(/public/image/protect_background.png) no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .protect_title {
    position: absolute;
    top: 30%;
    left: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .protect_title>p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .protect_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .protect_content>ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10%;
  }

  .protect_content>ul:last-child {
    margin-bottom: 35px;
  }

  .protect_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .protect_h4 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  ul .protect_row:nth-child(1) .protect_h4 {
    align-items: flex-end;
  }

  ul .protect_row:nth-child(1) .protect_h4>p {
    text-align: right;
  }

  .protect_h4>h4 {
    font-size: 25px;
    font-weight: bold;
  }

  .protect_row>img {
    width: 72px;
  }

  .protect_h4>p {
    font-size: 15px;
    width: 200px;
  }

  .protect_row {
    width: 270px;
  }

  .protect_content>ul {
    padding: 0 40px;
  }

  .protect_content>ul:nth-child(2) {
    padding: 0;
  }


  /* 关于我们 */

  .met-index-row4 {
    padding: 50px 0;
    background: url(/public/image/about_background.png);
  }

  .about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .about_main {
    width: 46.5%;
    background-color: #fff;
    height: 450px;
    position: relative;
    padding: 30px 18px;
  }

  .about_main a {
    color: #e85042;
  }

  .about_title {
    display: flex;
    flex-direction: row;
    margin-bottom: 140px;
  }

  .protect_title>div {
    width: 80%;
  }

  .protect_title>div>img {
    width: 100%;
  }

  .about_title>h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-right: 5px;
  }

  .about_title>p {
    color: #8c8c8c;
    font-size: 33px;
    letter-spacing: 2px;
  }

  .about_LTD {
    position: absolute;
    top: 95px;
    left: -35px;
    width: 627px;
  }

  .about_img {
    width: 53.5%;
    height: 450px;
    overflow: hidden;
  }

  .about_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
  }

  .about_img:hover>img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }

  .about_LTD>img {
    width: 100%;
  }

  .about_content {
    height: 160px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
  }

  .about_content>p {
    font-size: 18px;
    overflow: hidden;
    line-height: 38px;
    color: #333;
    margin-bottom: 10px;
  }

  .about_content>a:hover {
    color: #e85042;
  }

  .about_content>a {
    font-size: 0.25rem;
  }

  /*  */

  .navigation>ul .cur {
    background-color: #e85042;
    color: #fff;
  }

  .navigation {
    padding: 50px 0;
  }

  .navigation>ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navigation_row {
    width: 15%;
    height: 40px;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }

  .navigation .cur>a {
    color: #fff;
  }

  .navigation_row>a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .strBody {
    position: relative;
    height: 270px;
    width: 100%;
  }

  .strList .strCont {
    overflow: hidden;
    width: 100%;
  }

  .strList .strCont ul {
    display: flex;
    width: max-content;
  }

  .strList .strCont ul li.strItem {
    /* margin-right: 23.3px; */
    /* width: 300px; */
    text-align: center;
  }

  .strList .strCont ul li.strItem img {
    width: 100%;
    height: 222px;
    object-fit: cover;
  }

  .strList {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
  }

  .strength_details_left,
  .strength_details_right {
    position: absolute;
  }

  .strength_details_left {
    left: -100px;
  }

  .strength_details_right {
    right: -100px;
  }

  /* .strength_imgs {
    width: 100%;
    position: absolute;
    overflow: hidden;
  } */

  /* .strength_img p {
    text-align: center;
  }

  #demo {
    width: 100%;
    overflow: hidden;
    height: 270px;
    position: relative;
  } */

  /* .strength_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  } */


  /* 
  .strength_main {
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .strength_main>span {
    position: absolute;
    top: 35%;
  }

  .strength_main>span:nth-child(1) {
    left: -60px;
  }

  .strength_main>span:nth-child(3) {
    right: -60px;
  }

  .strBody {
    height: 270px;
    width: 100%;
  } */

  /* .strength_img {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .strength_img {
      position: absolute;
  }

  .strength_img>div {
      width: 300px;
      height: 243px;
      margin-right: 20px;
  }

  .strength_img>div>img {
      max-width: 100%;
      max-height: 100%;
  } */


  /* .strength_imgs>ul {
    width: max-content;
    display: flex;
  } */

  /* .strength_img {
    width: 305px;
    margin: 0 7px;
  }

  .strength_img a {
    width: 100%;
    height: 240px;
    display: flex;
  } */

  /* 定制流程 */

  .met-index-row5 {
    padding: 50px 0;
  }

  .flow_logo {
    margin-bottom: 50px;
  }

  .flow_logo>img {
    width: 100%;
  }

  .flow_main {
    margin-bottom: 50px;
  }

  .flow_main>ul {
    display: flex;
    flex-direction: row;
    height: 160px;
    justify-content: space-between;
  }

  .flow_img {
    position: relative;
    margin-right: 45px;
    width: 155px;
    height: 155px;
  }

  .flow_img>.red {
    display: none;
  }

  ul>.flow_img:last-child {
    margin-right: none;
  }

  .flow_img>img {
    position: absolute;
  }

  .flow_img1 {
    background: url(/public/image/flow1.png) no-repeat;
  }

  .flow_img2 {
    background: url(/public/image/flow2.png) no-repeat;
  }

  .flow_img3 {
    background: url(/public/image/flow3.png) no-repeat;
  }

  .flow_img4 {
    background: url(/public/image/flow4.png) no-repeat;
  }

  .flow_img5 {
    background: url(/public/image/flow5.png) no-repeat;
  }

  .flow_img6 {
    background: url(/public/image/flow6.png) no-repeat;
  }

  .flow_img:hover {
    background-position: bottom;
  }

  /* 新闻中心 */
  .navigation_row>a:hover {
    background: #e85042;
    color: #fff;
  }

  .news_navigation>div {
    height: 50%;
  }

  .news_navigation_row {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .news_navigation .news_navigation_row {
    background-color: #666;
  }

  .news_navigation .hong {
    background-color: #e85042;
  }

  .news_navigation_row>h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
  }

  .news_navigation_row>p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .news_navigation_row>a {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 3px;
    font-size: 13.8px;
  }

  .news_navigation_row>span {
    width: 60px;
  }

  .news_navigation_row>span>img {
    width: 100%;
  }

  .news_main {
    height: 360px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .news {
    height: 100%;
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .news_navigation {
    width: 15%;
    height: 100%;
  }

  .news_information {
    height: 100%;
    width: 83%;
    display: flex;
    flex-direction: column;
  }

  .news_information>ul {
    display: flex;
    flex-direction: column;
  }

  .news_information .Small {
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .Small>a {
    color: #333;
  }

  .news_information_large {
    display: flex;
    flex-direction: row;
    padding: 10px;
    background: #f5f5f5;
  }

  .news_information_img {
    margin-right: 10px;
    width: 30%;
    overflow: hidden;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news_information_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news_information_mian {
    width: 68%;
  }

  .news_information_mian>span {
    font-size: 18px;
    font-weight: bold;
  }

  .news_information_mian>h6 {
    font-size: 16.8px;
    font-weight: bold;
  }

  .news_information_mian>h6>a {
    color: #333;
  }

  .news_information_mian>p {
    line-height: 36px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .question_ansewer>p {
    font-size: 13.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .question_h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .product-title p {
    color: rgb(102, 102, 102);
    font-size: 16px;
  }

  .question_h4>h4 {
    font-size: 17px;
    color: #666;
  }

  .question_h4>a {
    color: #333;
  }

  .question_h4>a:hover {
    color: #e85042;
  }

  .question_h4>h4>span {
    color: #333;
    font-weight: bold;
    font-size: 18px;
  }

  .question_ask_answer {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
  }

  .question_ask_answer>div {
    display: flex;
    flex-direction: row;
  }

  .question_ask {
    height: 31px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .question_ask>a {
    font-size: 15.6px;
    color: #333;
    font-weight: bold;
  }

  .question_img {
    margin-right: 10px;
  }

  .question {
    height: 100%;
    width: 34%;
  }


  /* 底部 */


  /* 导航 */

  .nav_foot {
    background-color: #e85042;
  }

  .foot_main>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .nav_foot_row {
    flex: 1;
  }

  .nav_foot {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_foot_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
  }

  .nav_foot_row:last-child {
    border-right: none;
  }

  .nav_foot_row>a {
    color: #fff;
  }

  .contact {
    height: 217px;
  }

  .contact>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .erwm {
    height: 112px;
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .erwm>p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .erwm>span {
    height: 50px;
    display: flex;
    width: 1px;
    background: #000;
  }

  .foot_logo {
    width: 228px;
    max-height: 100%;
    overflow: hidden;
  }

  .foot_logo>img {
    max-width: 100%;
    max-height: 100%;
  }

  .erwm>img {
    max-width: 115px;
    max-height: 115px;
  }


  /* 内页 */

  .breadcrumb {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .met-crumbs {
    padding: 0;
    height: 75px;
  }

  .met-crumbs .holder {
    height: 100%;
  }

  .column_row {
    background-color: #e85042;
  }

  .column_row>h4 {
    font-size: 30px;
  }

  .column_row>p {
    font-size: 15px;
  }

  .langmu {
    display: flex;
    justify-content: space-between;
  }

  .column_background img {
    width: 100%;
  }

  .blocks-md-4>.block,
  .blocks-md-4>li {
    width: 31.9%;
  }

  .ny_column {
    width: 20%;
    margin-right: 30px;
    background-color: #fff;
    height: fit-content;
  }

  .langmu .text-xs-center {
    width: 70%;
    margin: 0 auto;
  }

  .column_row>h4 {
    margin: 0;
  }

  .card .cover {
    border: 1px solid #eee;
  }

  .met-product>li {
    padding: 0;
  }

  .met-product>li:nth-child(3n) {
    margin-right: 0;
  }

  .column_main li {
    height: 60px;
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    color: #333;
    border-bottom: 2px solid #cdcdcd;
  }

  .column_main_row>img {
    margin-right: 10px;
  }

  .input-search-dark .form-control {
    height: 0.6rem;
    font-size: 0.22rem;
  }

  .column_main li>a {
    color: #333;
    font-size: 13.2px;
  }

  .form-control {
    padding: .1rem .929rem;
  }

  .column_main>ul {
    margin: 0;
    padding: 0;
  }

  .column_row {
    padding: 15px;
  }

  .column_row>h4 {
    color: #fff;
  }

  .column_row>p {
    color: #fff;
    margin: 10px 0;
  }

  .ny_djxq {
    width: 25px;
    background: url(/public/image/details.png);
    height: 25px;
  }

  .flow_img>img {
    width: 100%;
  }



  /* 客服 */
  /*客服样式*/
  .client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
  }

  .client-2 li {
    margin-top: 1px;
    transition: 1s all ease;
    clear: both;
    height: 71px;
    position: relative;
  }

  .client-2 .my-kefu-main {
    background: #e85042;
    width: 97px;
    height: 71px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
  }

  .client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
  }

  .client-2 li a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
  }

  .client-2 .my-kefu-qq i {
    background-position: 4px 5px;
  }

  .client-2 li i {
    background: url(/public/image/fx.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
    font-style: normal;
  }

  .client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }

  .client-2 .my-kefu-right {
    width: 20px;
  }

  .client-2 .my-kefu-tel-main {
    background: #e85042;
    color: #fff;
    height: 71px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
  }

  .client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
  }

  .client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
  }

  .client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
  }

  .my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
  }

  .client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
  }

  .client-2 .my-kefu-tel i {
    background-position: 0 -21px;
  }

  .client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
  }

  .my-kefu-ftop {
    display: none;
  }

  .client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
  }

  .showproduct>img {
    width: 100%;
  }

  .met-img .met-img-list {
    width: 80%;
  }

  .met-news .col-md-3 {
    display: none;
  }

  .less-page-content .met-product {
    width: 80%;
  }

  .superiority_substance>p {
    width: 90%;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
  }

  .question_ask>a {
    height: 22px;
    overflow: hidden;
  }

  .page-item:last-child .page-link {
    font-size: 0.2rem;
    padding: 0.2rem;
  }

  .page-item:first-child .page-link {
    font-size: 0.2rem;
    padding: 0.2rem;
  }

  .list-group-bordered .list-group-item {
    padding: 12px;
  }

  .met-showproduct-head .col-lg-7 {
    width: 50%;
    padding: 0;
  }

  .product-para>li {
    padding: 0;
  }

  .pull-lg-right {
    padding: 0;
  }

  .met-showproduct-body .col-lg-3 {
    padding: 0;
  }

  .langmu .card-header {
    border-radius: 0;
  }

  .met-product .card {
    border-radius: 0;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-control {
    font-size: 14px;
    height: 35px;
  }

  .m-b-0 .btn {
    height: 35px;
    font-size: 15px;
    line-height: 0rem;
  }

  .input-group-addon {
    font-size: 0.2rem;
  }
}

/*   common */
body a {
  color: #333;
  text-decoration: none;
}

.met_clear {
  clear: both;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}



@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {

    color: #fff !important;
  }

  .dropdown-toggle::after {
    border: none;
  }
}

@media (max-width: 600px) {

  .pc_head,
  .pc_content,
  .pc_foot,
  .pc_product,
  .pc_showproduct,
  .pc_img,
  .pc_showimg,
  .pc_shownews,
  .pc_news,
  .pc_show,
  .pc_contact_us {
    display: none;
  }

  .met-nav .nav-item:hover .nav-link:after,
  .met-nav .nav-item .nav-link.active::after {
    display: none;
  }

  .client-2 {
    display: none;
  }

  .met-showproduct {
    padding-bottom: 70px;
  }

  .met-img {
    padding-bottom: 70px;
  }

  .met-showimg {
    padding-bottom: 70px;
  }

  .met-news,
  .met-shownews {
    padding-bottom: 70px;
  }

  .met-show-body {
    padding-bottom: 70px;
  }

  /* head  头部 */

  .navbar-nav {
    background: #008ff8;
    margin: 0;
  }

  .navbar-nav .nav-link {

    display: block !important;
    padding: 15px !important;
    color: #fff !important;

  }

  .navbar-nav .nav-link.active {
    background: #0070c1 !important;
    color: #fff !important;
  }

  /* 主体 */
  .nav ul,
  .nav li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav ul .nav_row {
    padding: 10px;
    width: 33%;
    margin-bottom: 2px;
    background-color: #f3f3f3;
  }

  .nav_img {
    width: 40%;
    border-radius: 50%;
    overflow: hidden;
  }

  .nav_img>img {
    width: 100%;
  }

  .nav_row a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .nav_row a p {
    font-size: 15px;
    margin: 0;
    color: #333;
  }


  .tem_index_product {
    padding: 20px 0;
  }

  .tem_index_product ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .tem_index_product ul li {
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
  }

  .tem_index_product ul li a {
    display: block;
    margin: 0 auto;
    width: 95%;
    background: #fff;
    text-align: center;
    font-size: 0;
  }

  .tem_index_product ul li h2 {
    margin: 0px;
    padding: 8px 10px;
    color: #333;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
  }

  .tem_index_product ul li img {
    width: 100%;
  }

  .tem_index_title span {
    position: relative;
    top: 2px;
    display: inline-block;
    padding: 10px 15px;
  }

  .tem_index_title {
    margin: 0 0 20px 0;
    padding: 0px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #0070c1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .tem_index_title>i {
    width: 30%;
    height: 1px;
    display: flex;
    border: 1px solid #eee;
  }

  .tem_index_tel {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-size: cover;
  }

  .tem_index_tel>a {
    background-color: #0070c1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
  }

  .index_tel_content {
    width: 70%;
  }

  .index_tel_content>h4 {
    color: #ffff;
    font-size: 18px;
  }

  .index_tel_content>h4>em {
    font-size: 20px;
  }

  .index_tel_content>p {
    color: #fff;
    font-size: 18px;
  }

  .index_tel_content>p>em {
    color: #0070c1;
  }

  .tem_index_tel>a:hover {
    color: #fff;
  }

  .index_tel_right {
    width: 35%;
    font-size: 12px;
    color: #fff;
  }

  .index_tel_right>p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }

  .index_tel_left {
    width: 65%;
    margin-right: 20px;
    border-right: 1px solid #eee;
  }

  .index_tel_left>h4 {
    font-size: 14px;
    color: #fff;
  }

  .index_tel_left>p {
    font-size: 12px;
    color: #fff;
  }

  .index_tel_left>span {
    font-size: 10px;
    color: #fff;
  }


  .tem_index_news {
    padding: 20px 10px 30px;
    text-align: center;
  }

  .tem_index_news_tab {
    display: -webkit-box;
    margin: 0 0 10px;
    padding: 0px;
    height: 35px;
    border-right: 1px solid #8c989f;
    list-style: none;
    line-height: 35px;
  }

  .tem_index_news_tab li {
    -webkit-box-flex: 1;
  }

  .tem_index_news_tab li h3 {
    padding: 0 40px;
    height: 35px;
    border: 1px solid #8c989f;
    border-right: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tem_index_news_tab li.am-active h3 {
    background: #8c989f;
    color: #fff;
  }

  .tem_index_news_tab li:hover h3 {
    background: #8c989f;
    color: #fff;
  }

  .tem_index_news_slides ul {
    margin: 0px;
    padding: 0px;
  }

  .tem_index_news_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .tem_index_news_list div {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }

  .tem_index_news_list a {
    display: block;
  }

  .tem_index_news_list h3 {
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    height: 16px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .tem_index_news_list p {
    margin: 0px;
    padding: 0px;
    color: #818181;
    height: 36px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .tem_index_more {
    clear: both;
    margin: 0 auto;
    padding-top: 30px;
    width: 200px;
    text-align: center;
  }

  .tem_index_more a {
    display: flex;
    height: 40px;
    background: #008ff8;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }

  .tem_index_messagelabel {
    margin-bottom: 50px;
    padding: 20px 0;
    background-color: #f3f3f3;
  }

  .index_messagelabel {
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index_messagelabel p {
    margin: 0;
    font-size: 16px;
  }

  .index_messagelabel>p>a {
    color: #0070c1;
    background: url(/public/image/tel.png) no-repeat;
    background-size: contain;
    padding-left: 25px;
  }

  .tem_footer {
    position: relative;
    padding: 30px 0 20px;
    background: #161616;
    color: #4a4a4a;
    text-align: center;
    font-size: 12px;
  }

  .tem_footer a {
    color: #4a4a4a;
  }



  .tem_footer_nav a {
    display: inline-block;
    padding: 5px 10px;
  }

  .tem_footer_text {
    margin-top: 15px;
  }

  .tem_foot ul {
    display: flex;
    flex-direction: row;
  }

  .foot_url {
    padding: 10px;
    width: 25%;
    list-style: none;
  }

  .foot_icon {
    width: 35%;
  }

  .foot_icon>img {
    width: 100%;
  }

  .foot_url a p {
    font-size: 16px;
    color: #333;
  }

  .tem_foot {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    height: 70px;
    z-index: 100;
  }

  .foot_url a {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
  }

  .met-product-list {
    padding-bottom: 100px !important;
  }

  .met-product-list ul {
    margin-right: -10px;
  }

  .media-body {
    width: 70%;
  }

  .media-left {
    width: 30%;
  }

  .met-news .met-news-list ul {
    padding: 0 20px;
  }

  .met-news .met-news-list ul li.media.media-lg .media-object {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .met-news .met-news-list ul li {
    height: 120px;
  }

}

@media (min-width: 600px) {

  .mobile_head,
  .mobile_content,
  .mobile_foot,
  .mobile_product,
  .mobile_showproduct,
  .mobile_img,
  .mobile_showimg,
  .mobile_shownews,
  .mobile_news,
  .mobile_show,
  .mobile_contact_us {
    display: none;
  }

}